/* 清除默认样式 */

* {
    margin: 0;
    padding: 0;
    outline: none;
}

html,
body {
    font-family:  "Microsoft YaHei","-apple-system", "Arial", "BlinkMacSystemFont", "Helvetica Neue", "PingFang SC", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", "sans-serif";
    font-size: 14px;
    min-height: 100%;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
}

html {
    font-size: 62.5%;
    /*10 ÷ 16 × 100% = 62.5%*/
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: bottom;
    border: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

em {
    font-style: normal;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

/* 隐藏滚动条 */

.hiddenScroll::-webkit-scrollbar {
    display: none
}

/* 滚动条样式 */

.scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.1);
}

/*清除浮动*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    clear: both;
}

a {
    color: inherit;
    text-decoration: none;
    border: none;
    font-size: inherit;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -moz-user-focus: none;
}

::selection {
    background: #633910;
    color: #FFF
}

::-moz-selection {
    background: #633910;
    color: #FFF
}

.red_ {
    display: inline-block;
    vertical-align: middle;
    width: 0.0375rem;
    height: 0.135rem;
    background-color: #EA222D;
    transition: all 1s;
}

/* 响应字体 */

@media screen and (min-width: 1280px) {
    html {
        font-size: 88.8889px;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 1680px) {
    html {
        font-size: 116.667px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 133.333px;
    }
}

@media screen and (min-width: 2560px) {
    html {
        font-size: 177.778px;
    }
}

@media screen and (min-width: 3200px) {
    html {
        font-size: 222.222px;
    }
}

@media screen and (min-width: 3840px) {
    html {
        font-size: 266.667px;
    }
}

/* 页头页脚的样式 */

.header_p {
    width: 100%;
    height: 0.6525rem;
    color: #FFF;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: all 0.5s;
}

.jianbian {
    width: 100%;
    height: 0.66rem;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4) 1%, rgba(0, 0, 0, 0));
    position: fixed;
    top: 0;
    z-index: 10;
}

.menu1,
.menu2,
.menu3,
.menu4,
.menu5 {
    position: absolute;
    top: 0.64rem;
    left: 0;
    display: none;
    background-color: #fff;
    color: #333;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 2%);
}

.menu1,
.menu3,
.menu4,
.menu5 {
    display: none;
    width: 100%;
    height: auto;
}
/*
.menu1>.menu_main,
.menu3>.menu_main,
.menu4>.menu_main,
.menu5>.menu_main {
    width: 100%;
    height: 100%;
    /~ text-align: center; ~/
    /~ margin: auto; ~/
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu1>.menu_main>a,
.menu3>.menu_main>a,
.menu4>.menu_main>a,
.menu5>.menu_main>a {
    display: inline-block;
    margin: 0 0.2rem;
    color: #333;
    font-weight: 500;
    height: 0.1275rem;
    font-size: 0.1275rem;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
    text-indent: 1.5em;
}

.menu1>.menu_main>a>.red_,
.menu3>.menu_main>a>.red_,
.menu4>.menu_main>a>.red_,
.menu5>.menu_main>a>.red_ {
    margin-left: -0.1575rem;
    position: absolute;
    top: 0.13rem;
    transition: all 0.5s;
}

.menu1>.menu_main>a:hover .red_,
.menu3>.menu_main>a:hover .red_,
.menu4>.menu_main>a:hover .red_,
.menu5>.menu_main>a:hover .red_ {
    top: 0;
}

.menu1>.menu_main>a:hover,
.menu3>.menu_main>a:hover,
.menu4>.menu_main>a:hover,
.menu5>.menu_main>a:hover {
    color: #ea222d;
}*/

.menu .box-left {
  float: left;
  width: 60%;
}
.menu .box-left .img {
  width: 100%;
}
.menu .box-left .img img {
  width: 100%;
}
.menu .box-left .text {
  position: absolute;
  top: 1rem;
  left: 1.935rem;
}
.menu .box-left .text .title {
  font-size: 0.51rem;
  font-weight: bold;
  line-height: 0.51rem;
  letter-spacing: -0.0225px;
  color: #f0f0f0;
}
.menu .box-left .text .p {
  width: 4.68rem;
  margin-top: 0.45rem;
  font-size: 0.135rem;
  line-height: 0.27rem;
  letter-spacing: -0.0075rem;
  color: #ffffff;
}
.menu .box-left .text .button {
  margin-top: 0.45rem;
  font-size: 0.135rem;
  line-height: 0.135rem;
  color: #fff;
}
.menu .box-left .text .button img {
  height: 0.135rem;
  margin-left: 0.12rem;
}
.menu .box-right {
  float: left;
  width: 40%;
  background-color: white;
}
.menu .box-right .list {
  width: 100%;
  margin-top: 0.585rem;
  position: relative;
  overflow: hidden;
}
.menu .box-right .list .item-bg {
  content: "";
  width: 100%;
  height: 0.525rem;
  background-color: #ea222d;
  position: absolute;
  left: 0;
  top: -0.525rem;
  z-index: 1;
  transition: 0.5s;
}
.menu .box-right .list .item {
  width: 100%;
  position: relative;
  z-index: 2;
}
.menu .box-right .list .item a {
  width: 100%;
  height: 0.525rem;
  display: block;
  line-height: 0.525rem;
  transition: 0.5s;
}
.menu .box-right .list .item a span {
  display: block;
  text-align: left;
  font-size: 0.18rem;
  line-height: 0.525rem;
  color: #000000;
  padding-left: 0.9225rem;
  position: relative;
  transition: 0.5s;
}
.menu .box-right .list .item a span img {
  height: 0.17rem;
  vertical-align: middle;
  margin-left: 0.45rem;
}
.menu .box-right .list .item a span::after {
  content: "";
  width: 0.0225rem;
  height: 0.18rem;
  background-color: #ea222d;
  position: absolute;
  top: 0.1725rem;
  left: 0.6225rem;
}
.menu .box-right .list .item:hover a span {
  color: white;
}

.menu2 {
    width: 100%;
    height: 3.825rem;
    /* display: block; */
    text-align: left;
    overflow: hidden;
}

.menu2>.menu_main {
    padding-top: 0.555rem;
    box-sizing: border-box;
    width: 11.7453rem;
    height: 100%;
    margin-left: 1.95rem;
    display: flex;
    justify-content: space-between;
}

.menu2>.menu_main>.intro {
    width: 3.0226rem;
    height: 100%;
    border-right: 1px solid #EDEDED;
    flex-shrink: 0;
}

.menu2>.menu_main>.intro>.title {
    line-height: 0.39rem;
    height: 0.39rem;
    font-size: 0.39rem;
     
    font-weight: bold;
    color: #333333;
}

.menu2>.menu_main>.intro>p:last-child {
    margin-top: 0.2325rem;
    font-size: 0.135rem;
     
    font-weight: 400;
    line-height: 0.2rem;
    color: #333333;
}

.menu2>.menu_main>.menu_nav {
    width: 5.1001rem;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-shrink: 0;
}

.menu2>.menu_main>.menu_nav li {
    width: 100%;
    height: 0.135rem;
    line-height: 0.135rem;
    margin-bottom: 0.2rem;
    font-size: 0.135rem;
     
    font-weight: 400;
    overflow: hidden;
    transition: all 0.5s;
    position: relative;
    text-indent: 1.5em;
}

.menu2>.menu_main>.menu_nav li>.red_ {
    margin-right: 0.1575rem;
    position: absolute;
    top: 0.5rem;
    left: 0rem;
    transition: all 0.5s;
}

.menu2>.menu_main>.menu_nav li:hover .red_ {
    top: 0rem;
}

.menu2>.menu_main>.menu_nav li:hover {
    color: #EA222D;
}

.menu2>.menu_main>.box {
    width: 3.6226rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-shrink: 0;
}

.menu2>.menu_main>.box .tbox {
    width: 3.6226rem;
    height: 1.305rem;
    padding: 0.3525rem 0.2775rem;
    margin-bottom: 0.225rem;
    box-sizing: border-box;
    background: url(../img/index_menu2back.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    position: relative;
}

.menu2>.menu_main>.box .tbox p {
    height: 0.18rem;
    font-size: 0.18rem;
     
    font-weight: bold;
    color: #FFFFFF;
}

.menu2>.menu_main>.box .tbox .a {
    width: 20%;
    display: block;
    margin-top: 0.2475rem;
    height: 0.12rem;
    line-height: 0.1rem;
    padding-left: 0.09rem;
    border-left: 0.0375rem solid #ea222d;
    font-size: 0.12rem;
     
    font-weight: 400;
    color: #FFFFFF;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}

.menu2>.menu_main>.box .tbox a:hover {
    color: #ea222d;
}

.menu2>.menu_main>.box .lbox {
    width: 1.305rem;
    height: 1.305rem;
    background-color: #EA222D;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu2>.menu_main>.box .lbox span {
    height: 0.15rem;
    font-size: 0.15rem;
     
    font-weight: bold;
    color: #FFFFFF;
}

.menu2>.menu_main>.box .lbox span:last-child {
    margin-top: 0.18rem;
    width: 0.345rem;
    height: 0.33rem;
    background: url(../img/index_menu2icon.png) no-repeat;
    background-size: contain;
}

.menu2>.menu_main>.box .rbox {
    width: 2.0925rem;
    height: 1.305rem;
    padding: 0.33rem 0.3rem;
    box-sizing: border-box;
    background-color: #F3F3F3;
}

.menu2>.menu_main>.box .rbox p {
    height: 0.15rem;
    font-size: 0.15rem;
     
    font-weight: bold;
    color: #2A2A2A;
}

.menu2>.menu_main>.box .rbox span {
    display: block;
    margin-top: 0.225rem;
    font-size: 0.225rem;
    font-family: Arial;
    font-weight: bold;
    color: #EA222D;
}

.header {
    width: 100%;
    height: 0.66rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    /* min-width: 12rem; */
    position: fixed;
    z-index: 999;
}

.header .logo {
    width: 1.23rem;
    height: 0.25rem;
    margin: 0.21rem 0.69rem;
}

.header>ul {
    height: 0.66rem;
    padding: 0.27rem 0;
    float: right;
    box-sizing: border-box;
    display: flex;
    /* color: #fff; */
}

.header>ul>li {
    height: 100%;
    font-size: 0.1275rem;
    text-align: center;
    /* position: relative; */
    color: #fff;
    transition: all 0.5s;
}

.header>ul>li>a {
    font-size: 0.1275rem;
}

.header>ul>li>.li_bot {
    position: relative;
    top: 0.24rem;
    width: 0%;
    height: 3px;
    background-color: #ea222d;
    transition: all 0.5s;
}

.header_p .headerNav:hover .li_bot {
    width: 100%;
}

.header>ul>li:nth-of-type(1),
.header>ul>li:nth-of-type(2),
.header>ul>li:nth-of-type(3),
.header>ul>li:nth-of-type(4),
.header>ul>li:nth-of-type(5) {
    margin: 0 0.3rem;
    padding-bottom: 0.27rem;
     
    font-weight: 400;
    line-height: 0.12rem;
    transition: all 0.5s;
}

.header>ul>li:nth-of-type(6) {
    margin-right: 0.22rem;
    line-height: 0.12rem;
    color: #B2B2B2;
}

.header>ul>.glass {
    cursor: pointer;
    width: 0.14rem;
    height: 0.15rem;
    margin-right: 0.28rem;
    background: url(../img/fangdajing.png) no-repeat;
    background-size: contain;
    transition: all 0.5s;
}

.header>ul>.phone {
    width: 0.13rem;
    height: 0.15rem;
    background: url(../img/headerphone.png) no-repeat;
    margin-right: 0.09rem;
    background-size: contain;
    transition: all 0.5s;
}

.header>ul>li:last-of-type {
    width: 0.89rem;
    height: 0.48rem;
    font-size: 0.11rem;
     
    font-weight: 400;
    line-height: 0.16rem;
    margin-right: 0.70rem;
}

.header_p>.box_bot {
    position: relative;
    top: 0.662rem;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

.header_p .search_box {
    width: 100%;
    height: 0.6525rem;
    line-height: 0.6525rem;
    text-align: center;
    background-color: #fff;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.header_p .search_box>.close {
    width: 0.12rem;
    height: 0.12rem;
    cursor: pointer;
    vertical-align: middle;
}

.header_p .search_box>.search {
    width: 0.15rem;
    height: 0.15rem;
    cursor: pointer;
    vertical-align: middle;
}

.header_p .search_box>.inp {
    box-sizing: border-box;
    width: 40%;
    height: 0.35rem;
    border: 1px solid #797979;
    padding: 0 0.2rem;
    margin: 0 0.1rem;
    vertical-align: middle;
}

/* 鼠标滑过header样式 */

.header_p_active {
    background-color: #fff;
}

.header_p>.header_bot {
    border-bottom: 1px solid rgba(183, 183, 183, 0.2);
}

.header_p .header_nav_black {
    color: #333;
}

.header_p .header_nav_red {
    color: #EA222D;
}

.header_p ul>.glass_active {
    background-image: url(../img/c_fangdajing.png);
}

.header_p ul>.phone_active {
    background-image: url(../img/c_headerphone.png);
}
.header_p_active1 {
    background-color: #fff;
    
}

.header_p_active1>.header_bot1 {
    border-bottom: 1px solid rgba(183, 183, 183, 0.2);
}

.header_p_active1 .header_nav_black1 {
    color: #333;
}

.header_p_active1 .header_nav_red1 {
    color: #EA222D;
}

.header_p_active1 ul>.glass_active1 {
    background-image: url(../img/c_fangdajing.png);
}

.language-box {
    position: relative;
  }
  .language-box .language {
    cursor: pointer;
    position: relative;
  }
  .language-box .language .icon {
    display: block;
    float: left;
  }
  .language-box .language .icon i {
    font-size: 0.15rem;
    color: white;
    transition: 0.5s;
  }
  .language-box .language .text {
    display: block;
    font-size: 0.12rem;
    color: #ffffff;
    float: left;
    margin-left: 0.0975rem;
    transition: 0.5s;
  }
  .language-box .language .arrow {
    display: block;
    float: left;
    margin-left: 0.0675rem;
  }
  .language-box .language .arrow i {
    font-size: 0.12rem;
    line-height: 0.17rem;
    color: white;
    transition: 0.5s;
  }
  .language-box .down-box {
    width: 2.4rem;
    position: absolute;
    top: 0.38rem;
    right: -0.5rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    display: none;
  }
  .language-box .down-box .box-right {
    width: 100%;
    height: 5.0101rem;
    margin: 0 auto;
    position: relative;
    overflow-y: scroll;
  }
  .language-box .down-box .box-right .row {
    padding: 0.1rem 0;
  }
  .language-box .down-box .box-right .row .item {
    padding: 0.12rem 0.3rem;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.5s;
  }
  .language-box .down-box .box-right .row .item a {
    font-size: 0.135rem;
    line-height: 0.18rem;
    color: #333333;
    text-align: left;
    transition: all 0.5s;
  }
  .language-box .down-box .box-right .row .item:hover {
    background-color: #f4f4f4;
  }
  .language-box .down-box .box-right .row .item:hover a {
    color: #ea222d;
  }
  .language-black .language .icon i,
  .language-black .language .arrow i,
  .language-black .language .text {
      color: #333;
  }

.footer {
    width: 100%;
    height: 6.64rem;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.footer>.top {
    height: 4.56rem;
    width: 100%;
    background-color: #F5F4F4;
}

.footer>.top>div {
    width: 10.5rem;
    height: 4.56rem;
    margin: 0 auto;
}

.footer>.top>div>ul {
    float: left;
    margin-right: 0.4rem;
    width: 1.2rem;
    height: 100%;
}

.footer>.top>div>ul>li {
    transition: all 0.5s;
}

.footer>.top>div>ul:last-child {
    margin-right: 0rem;
}

.footer>.top>div>ul:nth-of-type(6) {
    width: 2.5rem;
}

.footer>.top>div>ul:nth-of-type(6)>li:nth-of-type(1) {
    height: 1.04rem;
}

.footer>.top>div>ul:nth-of-type(6) img {
    width: 1.04rem;
    display: block;
}

.footer>.top>div>ul:nth-of-type(6)>li:nth-of-type(2) {
    height: 0.13rem;
    font-size: 0.13rem;
     
    font-weight: bold;
    color: #333333;
    line-height: 0.13rem;
    margin: 0.35rem 0 0.21rem;
}

.footer>.top>div li {
    font-size: 0.12rem;
     
    font-weight: 400;
    color: #767676;
    line-height: 0.25rem;
}

.footer>.top>div li:first-of-type {
    height: 0.13rem;
    font-size: 0.13rem;
     
    font-weight: bold;
    color: #333333;
    line-height: 0.13rem;
    margin: 0.77rem 0 0.39rem;
}

.footer>.bottom {
    height: 2.08rem;
    /* width: 10.5rem; */
    margin: 0 auto;
}

.footer .phone {
    border-bottom: 0.01rem solid #E6E6E6;
}

.footer .phone>div {
    float: left;
    padding: 0.48rem 0 0.33rem;
}

.footer .phone>div:nth-of-type(1),
.footer .phone>div:nth-of-type(2),
.footer .phone>div:nth-of-type(3) {
    margin-right: 0.15rem;
}


.footer .phone>div>span {
    display: inline-block;
    vertical-align: top;
    margin-top: 0.15rem;
    width: 0.28rem;
    height: 0.25rem;
    background: url(../img/footerkefu.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.15rem;
}

.footer .phone>div>ul {
    display: inline-block;
}

.footer .phone>div>ul>li:nth-child(1) {
    width: 100%;
    height: 0.14rem;
    font-size: 0.13rem;
     
    font-weight: bold;
    color: #333333;
    line-height: 0.24rem;
    margin-bottom: 0.13rem;
}

.footer .phone>div>ul>li:nth-child(1)>.red_ {
    vertical-align: vertical;
}

.footer .phone>div>ul>li:nth-child(2) {
    width: 100%;
    height: 0.15rem;
    font-size: 0.15rem;
    font-family: Arial;
    font-weight: 400;
    color: #767676;
    line-height: 0.24rem;
}

.footer>.bottom>.phone {
    height: 1.33rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 10.5rem;
}

.footer>.bottom>ul {
    height: 0.75rem;
    width: 10.5rem;
    margin: 0 auto;
}

.footer>.bottom>ul>li {
    display: inline-block;
    height: 0.12rem;
    font-size: 0.11rem;
     
    font-weight: 400;
    color: #646464;
    line-height: 0.24rem;
    margin: 0.29rem 0 0.32rem;
    transition: all 0.5s;
}
.footer>.bottom>ul>li>a:hover {
    text-decoration: underline;
}

.footer>.bottom>ul>li:nth-child(1) {
    width: 100%;
}

.footer>.top>div>ul:nth-of-type(1)>li:hover,
.footer>.top>div>ul:nth-of-type(2)>li:hover,
.footer>.top>div>ul:nth-of-type(3)>li:hover,
.footer>.top>div>ul:nth-of-type(4)>li:hover,
.footer>.top>div>ul:nth-of-type(5)>li:hover {
    color: #EA222D;
}
footer .links {
    margin-top: 0.2rem;
    width: 1.995rem;
    height: 0.48rem;
    background-color: #F5F4F4;
    border: 0.015rem solid #ddd;
    position: relative;
  }
  footer .links .text-show {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  footer .links .text-show .text {
    font-size: 0.1125rem;
    line-height: 0.48rem;
    color: #767676;
    float: left;
    padding-left: 0.165rem;
  }
  footer .links .text-show i {
    width: 0.075rem;
    float: right;
    color: #767676;
    padding-right: 0.165rem;
    margin-top: 0.2175rem;
  }
  footer .links .link {
    width: 100%;
    background-color: #F5F4F4;
    border: 0.015rem solid #ddd;
    position: absolute;
    left: -0.015rem;
    bottom: 0.48rem;
    display: none;
  }
  footer .links .link ul {
    width: 100%;
  }
  footer .links .link ul li {
    width: 100%;
  }
  footer .links .link ul li:nth-of-type(1) {
      height: auto;
      margin: 0;
      font-weight: normal;
      line-height: 0.27rem;
  }
  footer .links .link ul li a {
    display: block;
    width: calc(100% - 0.165rem);
    padding-left: 0.165rem;
    font-size: 0.1125rem;
    line-height: 0.27rem;
    color: #5e5d5d;
  }
  footer .links .link ul li:hover a {
    background-color: #ea222d;
    color: white;
  }
/* 页面载入动画 */

.ky {
    visibility: hidden;
}

/* 内页banner样式 */

.in_banner {
    width: 100%;
    height: 3.9rem;
    overflow: hidden;
    position: relative;
    position: fixed;
    z-index: 1;
}

.in_banner>img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    margin: auto;
    height: 100%;
    transition: all 1s;
}

.in_banner:hover>img {
    transform: scale(1.1);
}

.in_banner .in_banner_text {
    position: absolute;
    top: 2.1825rem;
    left: 1.9575rem;
}

.in_banner .in_banner_text>h1 {
    height: 0.5rem;
    font-size: 0.39rem;
     
    font-weight: bold;
    color: #FFFFFF;
}

.in_banner .in_banner_text>p {
    height: 0.2rem;
    font-size: 0.135rem;
     
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.2325rem;
}

.header_m,
.footer_m {
    display: none;
}

.in_banner_bot {
    width: 100%;
    height: 3.9rem;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width:1024px) {
    .header_p,
    .jianbian,
    .footer_p {
        display: none;
    }
    .header_m {
        display: block;
        width: 100%;
        height: 1.2rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        color: #FFF;
        /* background-color: #fff; */
        position: fixed;
        top: 0;
        z-index: 999;
    }
    .header_m .m_jb {
        width: 100%;
        height: 1.2rem;
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.4) 1%, rgba(0, 0, 0, 0));
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .head_top {
        width: 100%;
        height: 100%;
        padding: 0 0.5rem;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 0.5s;
    }
    .head_top img {
        height: 0.5rem;
    }
    .head_top .head_right {
        width: 1.3rem;
        height: 100%;
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
    }
    .head_top i {
        font-size: 0.5rem;
        color: #fff;
        transition: all 0.5s;
    }
    .m_search {
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        padding: 0.3rem 0;
        box-sizing: border-box;
        /* display: flex;
        justify-content: center;
        align-items: center; */
        display: none;
    }
    .m_search input {
        font-size: 0.3rem;
        margin: 0 0.2rem;
        height: 0.35rem;
        border: 1px solid #797979;
        padding: 0.1rem 0.3rem;
    }
    .m_search i {
        vertical-align: sub;
        color: #333;
        font-size: 0.5rem;
    }
    .head_top_active {
        background-color: #fff;
    }
    .head_top .i_active {
        color: rgb(75, 75, 75);
    }
    .mhead_li {
        width: 100%;
        height: 100vh;
        background-color: #fff;
        color: #333;
        font-size: 0.3rem;
        font-weight: 500;
        display: none;
    }
    .mhead_li>.li_left {
        float: left;
        flex-shrink: 0;
        width: 40%;
        height: 100%;
    }
    .mhead_li>.li_right {
        float: right;
        flex-shrink: 0;
        width: 60%;
        height: 100%;
        background-color: rgb(246, 246, 246);
        overflow: scroll;
    }
    .mhead_li>.li_right ul {
        display: none;
    }
    .mhead_li>.li_right .ul_active {
        display: block;
        overflow: scroll;
    }
    .mhead_li>.li_right a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .mhead_li>.li_right li:nth-of-type(1) a {
        font-size: 0.35rem;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
    }
    .mhead_li li {
        width: 100%;
        height: 1.5rem;
        line-height: 1.5rem;
        padding-left: 0.4rem;
        box-sizing: border-box;
    }
    .mhead_li .li_right li{
        height: 1.2rem;
        line-height: 1.2rem;
    }
    .mhead_li .li_left .li_active {
        background-color: rgb(246, 246, 246);
        color: #ea222d;
    }
    .footer_m {
        display: block;
        width: 100%;
        position: relative;
        z-index: 3;
        background-color: #F5F4F4;
    }
    .mfoot_nav {
        width: 90%;
        margin: auto;
        padding-top: 0.4rem;
         
    }
    .mfoot_nav>.foot {
        width: 100%;
        padding: 0.4rem 0;
        box-sizing: border-box;
        border-bottom: 0.02rem solid #E6E6E6;
        position: relative;
    }
    .mfoot_nav .one {
        font-size: 0.3rem;
        color: #000;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .mfoot_nav .one i {
        font-size: 0.5rem;
        color: #646464;
        transition: all 0.5s;
    }
    .mfoot_nav .one .i_rotate {
        transform: rotate(180deg);
    }
    .mfoot_nav>div>ul {
        display: none;
    }
    .mfoot_nav>.foot>ul {
        margin-top: 0.3rem;
        border-top: 0.02rem solid #E6E6E6;
        width: 100%;
        font-size: 0.3rem;
        color: #767676;
    }
    .mfoot_nav>.foot li {
        padding: 0.2rem 0;
    }
    .mfoot_nav>.foot li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .mfoot_adress {
        text-align: center;
        font-size: 0.3rem;
        color: #333;
         
    }
    .mfoot_adress li:nth-child(1) {
        margin: 0.3rem;
        margin-top: 0.5rem;
    }
    .mfoot_adress li:nth-child(1) img {
        width: 40%;
    }
    .mfoot_adress li:nth-child(2) {
        font-weight: bold;
    }
    .mfoot_adress li:nth-child(3),
    .mfoot_adress li:nth-child(4) {
        color: #767676;
        margin: 0.2rem 0;
    }
    .mfoot_adress .links {
        margin: 0 auto;
        margin-top: 0.2rem;
        width: 50%;
        height: 0.8rem;
        background-color: #F5F4F4;
        border: 0.015rem solid #ddd;
        position: relative;
        margin-bottom: 0.5rem;
    }
    .mfoot_adress .links .link {
    width: 100%;
    background-color: #F5F4F4;
    border: 0.015rem solid #ddd;
    position: absolute;
    left: -0.015rem;
    bottom: 0.8rem;
    display: none;
    }
    .mfoot_adress .links .text-show {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
    .mfoot_adress .links .text-show i {
        width: auto;
        float: none;
        margin: 0;
    }
    .mfoot_adress .links .text-show .text {
    font-size: 0.3rem;
    color: #767676;
    float: none;
    padding-left: 0.165rem;
    }
    .mfoot_adress .links .link ul li a {
    display: block;
    width: 100%;
    padding-left: 0;
    font-size: 0.25rem;
    line-height: 0.5rem;
    color: #5e5d5d;
    }
    .mfoot_adress .links .link ul li {
        margin: 0;
        font-weight: normal;
    }
    .footer_m .phone {
        width: 90%;
        margin: auto;
        text-align: center;
        border-top: 0.02rem solid #E6E6E6;
    }
    .footer_m .phone ul {
        margin-top: 0.5rem;
    }
    .footer_m .phone ul:last-of-type {
        margin-bottom: 0.5rem;
    }
    .footer_m .phone li:nth-child(1) {
        font-size: 0.3rem;
        font-weight: bold;
         
        color: #333;
    }
    .footer_m .phone li:nth-child(2) {
        margin-top: 0.1rem;
        font-size: 0.3rem;
        font-family: Arial;
        color: #767676;
    }
    .footer_m .phone .bot {
        margin-top: 0.3rem;
        padding: 0.3rem;
        border-top: 0.02rem solid #E6E6E6;
         
        font-size: 0.2163rem;
        color: #767676;
    }
    /* in_banners手机适配 */
    .in_banner {
        height: 5rem;
    }
    .in_banner .in_banner_text {
        position: absolute;
        top: 3.2rem;
        left: 0.8rem;
    }
    .in_banner .in_banner_text>h1 {
        height: 0.5rem;
        font-size: 0.5rem;
    }
    .in_banner .in_banner_text>p {
        height: 0.2rem;
        font-size: 0.25rem;
    }
    .in_banner_bot {
        height: 5rem;
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -ms-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        -ms-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}